home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / btrieve / xql211.exe / XQLCALLS.211 < prev    next >
Text File  |  1991-09-13  |  7KB  |  234 lines

  1. ;       BEGIN - PATCHES FOR XQLCALLS.DLL  version 2.11
  2. ;
  3. ; * ============================================================= *
  4. ;
  5. ;       Verify that original copy is being used
  6. ;
  7. v 1ad62 8b 46 06 2d 01 00 3d 08 00 76 03 e9 8b 00 03 c0
  8. ;
  9. ;       patch #15 min/max on autoinc field returns incorrect results
  10. ;
  11. r 1ad62 8b 46 06 48 74 10 48 74 2a 3c 0d 74 09 3c 07 74
  12. r 1ad72 66 eb 48 90 90 90
  13. ;
  14. ;       end of patch #15
  15. ;
  16. ; * ============================================================= *
  17. ;
  18. ;       patch #18.  Fixes data truncation problems with INSERT INTO ... SELECT
  19. ;
  20. r 43ba8 eb 16
  21. ;
  22. ;       end patch #18
  23. ;
  24. ; * ============================================================= *
  25. ;
  26. ;       patch #20
  27. ;
  28. ;      xDescribe (option 3) does not return secondary field count if the
  29. ;      join type is cartesion product join.
  30. ;
  31. r 1e6ef 8b 5e c0 8b 07 8b 57 02 89 46 98 89 56 9a 8b 5e
  32. r 1e6ff c0 83 07 02 8b 5e 0a 83 07 02 8b 46 0c 39 07 7d
  33. r 1e70f 02 eb 05 c7 46 a2 d2 00 8b 5e a0 80 7f 04 02 75
  34. r 1e71f 03 e9 c2 00
  35. ;
  36. ;       end of patch #20
  37. ;
  38. ; * ============================================================= *
  39. ;
  40. ;       patch #23  Autoinc field on INSERT  INTO subquery
  41. ;
  42. r 1a2b8 fe c8 3c 0e 75 02 30 c0 90 90 90
  43. ;
  44. ;       end of patch #23
  45. ;
  46. ; * ============================================================= *
  47. ;
  48. ;       patch #26 *** OPTIONAL ***
  49. ;
  50. ;       Allows use of european format of decimal comma instead of decimal
  51. ;       point.
  52. ;
  53. ;       This patch is NOT applied unless this patch file is modified.
  54. ;
  55. ;  DELETE THE SEMI-COLON FROM THE BEGINNING OF THE FOLLOWING LINES TO
  56. ;  ENABLE PATCH.
  57. ;
  58. ;r 5f750 2c
  59. ;r 48e26 2c
  60. ;r 48e50 2c
  61. ;r 3cdc2 2c
  62. ;r 3ce0d 2c
  63. ;
  64. ;       end of patch #26
  65. ;
  66. ; * ============================================================= *
  67. ;
  68. ;       patch #28  Specifying maximum number of files per transaction causes
  69. ;                  segmentation violation. (/T:xx)
  70. ;
  71. r 5d55b 06 ff 76 fa
  72. ;
  73. ;       end of patch #28
  74. ;
  75. ; * ============================================================= *
  76. ;
  77. ;       patch #29 Fixes problem removing supplemental indexes
  78. ;
  79. r 1d729 8b 3f 89 7e fa
  80. r 1d75a 85 c0 74 02 eb 3d 3b 7e ee 75 f9 f6 46 f6 80 75
  81. r 1d76a 04 eb 28 90 90
  82. ;
  83. ;       end of patch #29
  84. ;
  85. ; * ============================================================= *
  86. ;
  87. ;       patch #30  prevents workstation from crashing when restrict
  88. ;                  contains equal comparisons of string fields
  89. ;                  of different sizes from different files.
  90. ;
  91. r 2f1c5 8a 47 08
  92. r 2f1b7 8b 4c 04 39 4f 04
  93. r 2f21e 83 7e 10 00 75 10 39 4f 04 77 0b 90 90 90 90 90
  94. r 2f22e 90
  95. ;
  96. ;       end of patch #30
  97. ;
  98. ; * ============================================================= *
  99. ;
  100. ;           patch #32   - *** OPTIONAL ***
  101. ;                       - xValidate causing memory to be over written
  102. ;                         when an invalid field value is given and a view
  103. ;                         has not yet been created
  104. ;                       - if this patch is applied, a view is created
  105. ;                         and an invalid field value is given then the
  106. ;                         XQLStatus will not provide the field name associated
  107. ;                         with the invalid value
  108. ;
  109. ;
  110. ;       This patch is NOT applied unless this patch file is modified.
  111. ;
  112. ;
  113. ;  DELETE THE SEMI-COLON FROM THE BEGINNING OF THE FOLLOWING LINES TO
  114. ;  ENABLE PATCH.
  115. ;
  116. ;r b7f0 eb 13
  117. ;
  118. ;       end of patch #32
  119. ;
  120. ; * ============================================================= *
  121. ;
  122. ;       patch #36 Owner name is ignored by xRecall
  123. ;
  124. r 3121d 90 90 90
  125. ;
  126. ;       end of patch #36
  127. ;
  128. ; * ============================================================= *
  129. ;
  130. ;       beginning of patch #37 - xUpdall does not work properly with BREQUEST
  131. ;
  132. r 29510 c7 46 e8 21 00 eb 0c
  133. ;
  134. ;       end of patch #37
  135. ;
  136. ; * ============================================================= *
  137. ;
  138. ;       patch #40 field to field comparisons may not return correct records
  139. ;
  140. r 2f18f e9 b3 00
  141. ;
  142. ;       end of patch #40
  143. ;
  144. ; * ============================================================= *
  145. ;
  146. ;       patch #41 XQLFormat sets incorrect display size for number masks
  147. ;
  148. r 48553 8b 46 d8 eb 0e
  149. ;
  150. ;       end of patch #41
  151. ;
  152. ; * ============================================================= *
  153. ;
  154. ;       beginning of patch #45 - remove sort order with restriction present
  155. ;
  156. r 2d4f2 c7 06 c4 1c 00 00 eb 0a
  157. ;
  158. ;       end of patch #45
  159. ;
  160. ; * ============================================================= *
  161. ;
  162. ;       beginning of patch #49  Unformat of string value can overwrite
  163. ;                               internal buffer causing crash or
  164. ;                               insufficient memory status.
  165. ;
  166. r 24867 8b 46 f8 89 46 fe eb 0c
  167. ;
  168. ;       end of patch #49
  169. ;
  170. ; * ============================================================= *
  171. ;
  172. ;       patch #51 Fixes problem where records are returned which do not
  173. ;                 meet the restriction on the view.
  174. ;
  175. r 2f165 e9 9f fc
  176. r 2f23a e9 ca fb
  177. ;
  178. ;       end of patch #51
  179. ;
  180. ; * ============================================================= *
  181. ;
  182. ;       patch #52. Prevents status 224 on UPDATE with subquery
  183. ;
  184. r 43ce3 11
  185. ;
  186. ;       end of patch #52
  187. ;
  188. ; * ============================================================= *
  189. ;
  190. ;       patch #54. Creates RIGHTS.DDF with page size of 512.
  191. ;
  192. x 1cca7 8b b8 86 00 6e 02 ff 90
  193. t 06/07/91
  194. ;       end of patch #54
  195. ;
  196. ; * ============================================================= *
  197. ;
  198. ;       patch #61. Prevents segmentation violation on xInsert
  199. ;                  when file name is 20 characters.     
  200. ;
  201. r 54376 EB 32 41 8B 46 06 39 C1 7C 02 EB 1A C4 5E 08 26          
  202. r 54386 80 3F 00 74 11 FF 46 08 26 8A 07 C4 5E 0C FF 46
  203. r 54396 0C 26 88 07 EB DC 3B 4E 06 7D 13 C4 5E 0C 26 C6
  204. r 543a6 07 00 EB 04 31 C9 EB D4 90 90 90 90 90 90          
  205. t 07/19/91
  206. ;
  207. ;       end of patch #61
  208. ;
  209. ; * ============================================================= *
  210. ;
  211. ;   Updated patch #49 on 07/25/91
  212. ;
  213. t 07/25/91
  214. ;
  215. ; * ============================================================= *
  216. ;
  217. ;    patch #66
  218. ;
  219. ;       This patch corrects a problem which could cause the server to
  220. ;       abend when an attempt is made to execute a query against a view
  221. ;       defined on tables which are subsequently altered. That is,
  222. ;       tables are defined, a view is created on the tables, the tables
  223. ;       are altered, the view which is no longer applicable is used
  224. ;       causing the server to abend. 
  225. ;
  226. r 39d20 e9 19 00
  227. t 09/13/91
  228. ;
  229. ;    end of patch #66
  230. ;
  231. ; * ============================================================= *
  232. ;
  233. ;       END - PATCHES FOR XQLCALLS.DLL  version 2.11
  234.